home *** CD-ROM | disk | FTP | other *** search
/ Megahits 6 / Megahits 6 (1995)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso / time_ungepackt / time_361_390 / time_378 / dirtree / installrt < prev    next >
AmigaDOS Script File  |  1995-07-15  |  269b  |  19 lines

  1. .key ""
  2. .bra {
  3. .ket }
  4. failat 21
  5.  
  6. echo "This script installs reqtools.library (c) by Nico François."
  7. echo ""
  8.  
  9. ask "Do you want to install reqtools.library to your LIBS: directory ?"
  10.  
  11. if warn
  12.     copy libs/reqtools.library libs:
  13. endif
  14.  
  15. echo ""
  16. echo "Finished."
  17.  
  18. lab exit
  19.